home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bdem22.zip / BDEMO011.TXT < prev    next >
Text File  |  1994-10-27  |  1KB  |  25 lines

  1. BUILDER VALID FUNCTIONS
  2.  
  3.  
  4. The Builder Valid Functions are Designed for Use as VALIDs for GETs.
  5. Most Builder Valid Functions Can be Set Up from Within the Builder
  6. Program.
  7.  
  8. With the Exception of the Show_Text() and DupChk() Functions, All the
  9. Valid Examples on this Menu Provide a Functional Example So You Can
  10. See How Each Works.
  11.  
  12. There is 1 Other Valid Function in the Builder Library Which is Not
  13. on the Menu.  It is the Not_Req() Function, It Works Like the Req()
  14. Function Except that it Forces a GET field to be Blank.  See the
  15. Builder Library Reference for More Information.
  16.  
  17. Note That Using the Builder Library In_USA() and In_Canada() Functions
  18. Work Well With the Builder GenVld() Function.  When Setting Up a GET
  19. in Builder for a State Code, Attach a GenVld() as the VALID and Enter
  20. "In_USA(GetActive():varGet())" for the 'Logical Expression'.  Enter
  21. "In_USA(GetActive():varGet()) .and. In_Canada(GetActive():varGet())"
  22. to Test Both U.S. State Codes AND Canadian Provinces.
  23.  
  24. ** End of File
  25.